Conversation
Minor grammar fixes
| Experimental library generation is added in DXIL1.1. A library could be created by compile with lib_6_1 profile. | ||
| A library is a dxil container like the compile result of other shader profiles. The difference is library will keep information for linking like resource link info and entry function signatures. | ||
| Library support is not part of DXIL spec. Only requirement is linked shader must be valid DXIL. | ||
| Experimental library generation is added in DXIL1.1. A library could be created | ||
| by compiling with the lib_6_1 profile. | ||
| A library is a dxil container like the compile result of other shader profiles. | ||
| The difference is a library will keep information for linking like resource link | ||
| info and entry function signatures. | ||
| Library support is not part of the DXIL spec. The only requirement is linked shader must be valid DXIL. |
There was a problem hiding this comment.
Is this reflow intentional/helpful? I approve of 80-column but the rest of the doc doesn't do that (not even the first sentence of this paragraph...) and it seems odd to wrap at periods.
There was a problem hiding this comment.
Do you mean wrap outside of periods? I don't mind sentences having their own lines to limit the sidescroll where relevant, but I think that since this is mostly consumed in plain text, it's better to not break up sentences.
There was a problem hiding this comment.
Bah, that's from my editor config. I have it set to show me everything as 80 columns now, but I also hit the hotkey to format this after I edited it. Will restore the original formatting.
There was a problem hiding this comment.
Hold on, I take that back. I edited this through the browser. I don't know how I goofed up that formatting. Will fix either way.
Minor grammar fixes